home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / samples / pagetest / makefile next >
Encoding:
Makefile  |  1993-11-28  |  83 b   |  4 lines

  1. pagetest.exe : pagetest.c
  2.     gcc -O2 -g pagetest.c -o pagetest
  3.     coff2exe pagetest
  4.